home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on goIntro
- go(label("intro"))
- set gSection to #intro
- goNarrator(gMasterData, "39")
- end
-
- on go1
- go(label("1"))
- set gSection to 1
- goNarrator(gMasterData, "40")
- end
-
- on go2
- go(label("2"))
- set gSection to 2
- end
-
- on go3
- go(label("3"))
- set gSection to 3
- goNarrator(gMasterData, "44a")
- end
-
- on go4
- go(label("4"))
- set gSection to 4
- goNarrator(gMasterData, "45")
- if not activationOn(gMasterData) then
- activate(gMasterData)
- end if
- end
-
- on goToAlladin
- go("alladin")
- end
-